Quote:
|
Originally Posted by hal8000
See if this post helps:
http://ubuntuforums.org/showthread.php?t=44006
|
I followed the enclosed article. And when I am running the following command (which is not as a daemon. i just wanted to make sure it works before restarting):
Code:
sh /etc/init.d/tomcat start
I get the following output:
$ sh /etc/init.d/tomcat start
Using CATALINA_BASE: /usr/local/tomcat
Using CATALINA_HOME: /usr/local/tomcat
Using CATALINA_TMPDIR: /usr/local/tomcat/temp
Using JRE_HOME: /usr/lib/jvm/java-1.5.0-sun-1.5.0.15
touch: cannot touch `/usr/local/tomcat/logs/catalina.out': Permission denied
/usr/local/tomcat/bin/catalina.sh: 340: cannot create /usr/local/tomcat/logs/catalina.out: Permission denied
What security settings are required for it run properly?